'Declaration Public MustInherit Class _BaseCartesianPlotView (Of TOwnerView As IPlotListLayoutView, TGroupView As ICartesianGroupView, TSeriesView As ICartesianSeriesView, TPointView As ICartesianPointView) Inherits GrapeCity.DataVisualization.Chart._BasePlotView(Of TOwnerView,ICartesianPlotDefinition,ICartesianPlotDataModel,TPointView) Implements ICartesianPlotModel, ICartesianPlotView, IDisplayable, IIdentityView, IModel, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel
public abstract class _BaseCartesianPlotView<TOwnerView,TGroupView,TSeriesView,TPointView> : GrapeCity.DataVisualization.Chart._BasePlotView<TOwnerView,ICartesianPlotDefinition,ICartesianPlotDataModel,TPointView>, ICartesianPlotModel, ICartesianPlotView, IDisplayable, IIdentityView, IModel, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel where TOwnerView: IPlotListLayoutView where TGroupView: ICartesianGroupView where TSeriesView: ICartesianSeriesView where TPointView: ICartesianPointView